home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1997 September
/
Designer's Club 1997 September.iso
/
mac
/
Idea Source™
/
Main.DIR
/
00001_Script_1
< prev
next >
Wrap
Text File
|
1997-08-01
|
555b
|
17 lines
on exitFrame
go the frame
cursor 200
set the locH of sprite 10 to the mouseH
set the locV of sprite 10 to the mouseV
if sprite 10 intersects 2 then go frame "atyou"
end
on keyDown
if the key = 1 then set the soundLevel to (1)
if the key = 2 then set the soundLevel to (2)
if the key = 3 then set the soundLevel to (3)
if the key = 4 then set the soundLevel to (4)
if the key = 5 then set the soundLevel to (5)
if the key = 6 then set the soundLevel to (6)
if the key = 7 then set the soundLevel to (7)
end keydown